PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedTextBlock Class / getSuperscript Method
In This Topic
    getSuperscript Method
    In This Topic
    Gets the list of text blocks that are used as superscript for this block.
    Syntax
    public java.util.ArrayList<PDFFormattedTextBlock> getSuperscript()
    See Also